Add GtkStackAccessible
authorTimm Bäder <mail@baedert.org>
Sun, 29 May 2016 11:51:02 +0000 (13:51 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 30 May 2016 17:12:52 +0000 (19:12 +0200)
commit0b0d4765a00706be78f2485ab0937bc8cbb04031
tree88a8041c33d7606b68f43b24d3dfde9d670e66de
parent5029e1147362b3c723da558dcaa59e5c1e08d339
Add GtkStackAccessible

Show only the currently visible child to a11y.
gtk/a11y/Makefile.inc
gtk/a11y/gtkstackaccessible.c [new file with mode: 0644]
gtk/a11y/gtkstackaccessible.h [new file with mode: 0644]
gtk/a11y/gtkstackaccessibleprivate.h [new file with mode: 0644]
gtk/gtkstack.c